home *** CD-ROM | disk | FTP | other *** search
/ Champak 114 / Vol 114.iso / games / park_thi.swf / scripts / DefineSprite_941 / frame_1 / DoAction.as
Encoding:
Text File  |  2010-08-12  |  308 b   |  14 lines

  1. stop();
  2. _root.levelScore = _root.level * 1000;
  3. _root.score += _root.levelScore;
  4. _root.carCount = 0;
  5. _root.carArray = [];
  6. next_btn.onRelease = function()
  7. {
  8.    _root.gotoAndStop(_root.levelArray[int(_root.level)]);
  9. };
  10. mainMenu_btn.onRelease = function()
  11. {
  12.    _root.gotoAndStop("lblgameintro");
  13. };
  14.